home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000236_news@columbia.edu _Wed Feb 16 15:10:08 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA03088
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 16 Feb 2000 15:10:08 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id MAA18310
  7.     for kermit.misc@watsun.cc.columbia.edu; Mon, 14 Feb 2000 12:13:13 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: Kermit11 for PDP
  11. Date: 14 Feb 2000 17:13:10 GMT
  12. Organization: Columbia University
  13. Message-ID: <889d36$hs3$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <889a3t$ngg$1@nnrp1.deja.com>,  <cstevens11@my-deja.com> wrote:
  17. : I have an old retired PDP1173 that I have resurrected to retrieve some
  18. : files from.   I am trying to use Kermit on the PDP and Hyperterminal on
  19. : the PC to retrieve the files I want.  The PDP has Kermit11 T3.60 that
  20. : was compiled for RSX11M/M+.    I can use Win95's Hyperterminal to
  21. : connect to the PDP and run Kermit.   However, I am unable to transfer
  22. : any files.  Even though I use the send command within Kermit, no files
  23. : are sent.   It appears that I do not have something setup correctly
  24. : within Kermit on the PDP.
  25. Tell Kermit-11 to SET ATTRIBUTES OFF.
  26.  
  27. - Frank